home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00002_framescript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
275 b
|
14 lines
on exitFrame
global minuteson, start, ate
push()
change()
set minuteson to the ticks / 60 / 60
if (minuteson - start) > 2 then
set the visible of sprite 11 to 1
end if
if ((minuteson - start) > 0) and (ate = -1) then
text()
end if
go(the frame)
end